projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e87226
)
(vc-sccs-diff): Use consistent parameter format for
author
André Spiegel
<spiegel@gnu.org>
Mon, 25 Feb 2002 22:05:16 +0000
(22:05 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Mon, 25 Feb 2002 22:05:16 +0000
(22:05 +0000)
vc-diff-switches-list.
lisp/vc-sccs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-sccs.el
b/lisp/vc-sccs.el
index f3b922d143e6942425d08237a2c2235532a19a86..80df642a8bede2159faf6be7ac2cbf1c8ea6b54d 100644
(file)
--- a/
lisp/vc-sccs.el
+++ b/
lisp/vc-sccs.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-sccs.el,v 1.1
2 2001/07/16 12:22:59 pj
Exp $
+;; $Id: vc-sccs.el,v 1.1
3 2001/08/28 17:05:55 spiegel
Exp $
;; This file is part of GNU Emacs.
@@
-308,7
+308,7
@@
EDITABLE non-nil means previous version should be locked."
(append (list "-q"
(and oldvers (concat "-r" oldvers))
(and newvers (concat "-r" newvers)))
- (vc-diff-switches-list
sccs
))))
+ (vc-diff-switches-list
'SCCS
))))
\f
;;;